func runtime.exit

16 uses

	runtime (current package)
		cgocall.go#L207: 		exit(2)
		mem_linux.go#L25: 			exit(2)
		mem_linux.go#L29: 			exit(2)
		os_linux.go#L192: 		exit(1)
		os_linux.go#L197: 		exit(1)
		panic.go#L1054: 		exit(2)
		panic.go#L1096: 		exit(2)
		panic.go#L1153: 		exit(4)
		panic.go#L1157: 		exit(5)
		proc.go#L272: 	exit(0)
		proc.go#L1808: 		exit(1)
		runtime.go#L64: 	exit(int32(code))
		signal_unix.go#L780: 	exit(2)
		signal_unix.go#L872: 	exit(2)
		signal_unix.go#L1028: 		exit(2)
		stubs2.go#L17: func exit(code int32)